﻿2026-05-17T00:45:25.5294086Z ##[group]Run actions/checkout@v4
2026-05-17T00:45:25.5294532Z with:
2026-05-17T00:45:25.5294713Z   repository: SaberMage/rebno
2026-05-17T00:45:25.5295053Z   token: ***
2026-05-17T00:45:25.5295225Z   ssh-strict: true
2026-05-17T00:45:25.5295392Z   ssh-user: git
2026-05-17T00:45:25.5295556Z   persist-credentials: true
2026-05-17T00:45:25.5295753Z   clean: true
2026-05-17T00:45:25.5295934Z   sparse-checkout-cone-mode: true
2026-05-17T00:45:25.5296137Z   fetch-depth: 1
2026-05-17T00:45:25.5296310Z   fetch-tags: false
2026-05-17T00:45:25.5296475Z   show-progress: true
2026-05-17T00:45:25.5296645Z   lfs: false
2026-05-17T00:45:25.5296799Z   submodules: false
2026-05-17T00:45:25.5296966Z   set-safe-directory: true
2026-05-17T00:45:25.5297280Z env:
2026-05-17T00:45:25.5297444Z   SKIP_STAGING_VERIFY: false
2026-05-17T00:45:25.5297637Z   SKIP_PHASE_4_CARRYOVER: 
2026-05-17T00:45:25.5297820Z   SKIP_STAGING_SMOKE: false
2026-05-17T00:45:25.5298008Z ##[endgroup]
2026-05-17T00:45:25.6277203Z Syncing repository: SaberMage/rebno
2026-05-17T00:45:25.6278738Z ##[group]Getting Git version info
2026-05-17T00:45:25.6279351Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-17T00:45:25.6279963Z [command]/usr/bin/git version
2026-05-17T00:45:25.6321219Z git version 2.54.0
2026-05-17T00:45:25.6342366Z ##[endgroup]
2026-05-17T00:45:25.6366798Z Temporarily overriding HOME='/home/runner/work/_temp/b840d202-c5f3-4386-a0de-ec1262f95d13' before making global git config changes
2026-05-17T00:45:25.6368178Z Adding repository directory to the temporary git global config as a safe directory
2026-05-17T00:45:25.6372054Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-17T00:45:25.6401736Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-17T00:45:25.6404979Z ##[group]Initializing the repository
2026-05-17T00:45:25.6409457Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-17T00:45:25.6480345Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-17T00:45:25.6481272Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-17T00:45:25.6482174Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-17T00:45:25.6483002Z hint: call:
2026-05-17T00:45:25.6483513Z hint:
2026-05-17T00:45:25.6484064Z hint: 	git config --global init.defaultBranch <name>
2026-05-17T00:45:25.6484652Z hint:
2026-05-17T00:45:25.6485252Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-17T00:45:25.6486165Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-17T00:45:25.6486908Z hint:
2026-05-17T00:45:25.6487343Z hint: 	git branch -m <name>
2026-05-17T00:45:25.6487825Z hint:
2026-05-17T00:45:25.6488508Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-17T00:45:25.6489659Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-17T00:45:25.6491528Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-17T00:45:25.6518346Z ##[endgroup]
2026-05-17T00:45:25.6519314Z ##[group]Disabling automatic garbage collection
2026-05-17T00:45:25.6522129Z [command]/usr/bin/git config --local gc.auto 0
2026-05-17T00:45:25.6547945Z ##[endgroup]
2026-05-17T00:45:25.6548727Z ##[group]Setting up auth
2026-05-17T00:45:25.6554376Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-17T00:45:25.6581974Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-17T00:45:25.6849277Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-17T00:45:25.6875965Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-17T00:45:25.7076762Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-17T00:45:25.7104323Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-17T00:45:25.7304656Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-17T00:45:25.7335471Z ##[endgroup]
2026-05-17T00:45:25.7336383Z ##[group]Fetching the repository
2026-05-17T00:45:25.7343480Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +29f18586e8447020e8e7506445ef69ab4eb144fe:refs/remotes/origin/main
2026-05-17T00:45:27.3451067Z From https://github.com/SaberMage/rebno
2026-05-17T00:45:27.3452242Z  * [new ref]         29f18586e8447020e8e7506445ef69ab4eb144fe -> origin/main
2026-05-17T00:45:27.3472508Z ##[endgroup]
2026-05-17T00:45:27.3473115Z ##[group]Determining the checkout info
2026-05-17T00:45:27.3474713Z ##[endgroup]
2026-05-17T00:45:27.3479568Z [command]/usr/bin/git sparse-checkout disable
2026-05-17T00:45:27.3511853Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-17T00:45:27.3533887Z ##[group]Checking out the ref
2026-05-17T00:45:27.3537299Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-17T00:45:28.4219164Z Updating files:  90% (9433/10432)
2026-05-17T00:45:28.4245768Z Updating files:  91% (9494/10432)
2026-05-17T00:45:28.4288414Z Updating files:  92% (9598/10432)
2026-05-17T00:45:28.4322696Z Updating files:  93% (9702/10432)
2026-05-17T00:45:28.4352463Z Updating files:  94% (9807/10432)
2026-05-17T00:45:28.4385315Z Updating files:  95% (9911/10432)
2026-05-17T00:45:28.4428915Z Updating files:  96% (10015/10432)
2026-05-17T00:45:28.4482382Z Updating files:  97% (10120/10432)
2026-05-17T00:45:28.4529602Z Updating files:  98% (10224/10432)
2026-05-17T00:45:28.4576665Z Updating files:  99% (10328/10432)
2026-05-17T00:45:28.4578672Z Updating files: 100% (10432/10432)
2026-05-17T00:45:28.4579568Z Updating files: 100% (10432/10432), done.
2026-05-17T00:45:28.4679542Z Switched to a new branch 'main'
2026-05-17T00:45:28.4688148Z branch 'main' set up to track 'origin/main'.
2026-05-17T00:45:28.5419922Z ##[endgroup]
2026-05-17T00:45:28.5431772Z [command]/usr/bin/git log -1 --format=%H
2026-05-17T00:45:28.5479631Z 29f18586e8447020e8e7506445ef69ab4eb144fe
